ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / Aggregate Property

In This Topic
    Aggregate Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Aggregate. Sets the Aggregate to display in the group header rows for this column.
    Syntax
    'Declaration
     
    Public Property Aggregate As Aggregate
    public Aggregate Aggregate {get; set;}
    See Also